regexp.input.step (method)
16 uses
regexp (current package)
backtrack.go#L209: r, width := i.step(pos)
backtrack.go#L218: r, width := i.step(pos)
backtrack.go#L227: r, width := i.step(pos)
backtrack.go#L236: r, width := i.step(pos)
backtrack.go#L357: _, width = i.step(pos)
exec.go#L187: r, width = i.step(pos)
exec.go#L189: r1, width1 = i.step(pos + width)
exec.go#L214: r, width = i.step(pos)
exec.go#L215: r1, width1 = i.step(pos + width)
exec.go#L237: r1, width1 = i.step(pos + width)
exec.go#L419: r, width = i.step(pos)
exec.go#L421: r1, width1 = i.step(pos + width)
exec.go#L439: r, width = i.step(pos)
exec.go#L440: r1, width1 = i.step(pos + width)
exec.go#L497: r1, width1 = i.step(pos + width)
regexp.go#L379: step(pos int) (r rune, width int) // advance one rune
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |